projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d75432
)
lisp/progmodes/grep.el (lgrep): Fix a typo in last commit.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 9 May 2014 09:10:56 +0000
(12:10 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 9 May 2014 09:10:56 +0000
(12:10 +0300)
lisp/ChangeLog
patch
|
blob
|
history
lisp/progmodes/grep.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 0fe7ed6706792f20558623ac1d214df2618ecb5c..18a4eadbed7bef52209cfe5a93e7aef98512c8fe 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2014-05-09 Eli Zaretskii <eliz@gnu.org>
+
+ * progmodes/grep.el (lgrep): Fix a typo in last commit.
+
2014-05-09 Glenn Morris <rgm@gnu.org>
* files.el (file-expand-wildcards):
diff --git
a/lisp/progmodes/grep.el
b/lisp/progmodes/grep.el
index d3e06892abfeb45c8a1e8c09ac2cf6a73e393dc9..d60534074b9ebed2d5743a89e99cffa4aa9d733e 100644
(file)
--- a/
lisp/progmodes/grep.el
+++ b/
lisp/progmodes/grep.el
@@
-904,7
+904,7
@@
This command shares argument histories with \\[rgrep] and \\[grep]."
(confirm (equal current-prefix-arg '(4))))
(list regexp files dir confirm))))))
(when (and (stringp regexp) (> (length regexp) 0))
- (unless (and dir (file-acessible-directory-p dir))
+ (unless (and dir (file-ac
c
essible-directory-p dir))
(setq dir default-directory))
(let ((command regexp))
(if (null files)